crypto/internal/fips140/edwards25519.affineCached.FromP3 (method)

5 uses

	crypto/internal/fips140/edwards25519 (current package)
		edwards25519.go#L242: func (v *affineCached) FromP3(p *Point) *affineCached {
		tables.go#L50: 	v.points[0].FromP3(q)
		tables.go#L55: 		v.points[i+1].FromP3(tmpP3.fromP1xP1(tmpP1xP1.AddAffine(q, &v.points[i])))
		tables.go#L75: 	v.points[0].FromP3(q)
		tables.go#L81: 		v.points[i+1].FromP3(tmpP3.fromP1xP1(tmpP1xP1.AddAffine(&q2, &v.points[i])))